tmpfiles: Create `/run/ostree`
authorColin Walters <walters@verbum.org>
Thu, 10 Mar 2022 21:46:53 +0000 (16:46 -0500)
committerColin Walters <walters@verbum.org>
Fri, 11 Mar 2022 18:08:23 +0000 (13:08 -0500)
commit0d020a7145da488d4939975860569a5d8841aaab
treed5b3fe73b86c685aade0be9a3703fed7a34545b3
parent0d6e66b57a2142750e54d734a4e2422293a0d75d
tmpfiles: Create `/run/ostree`

This is referenced by https://github.com/ostreedev/ostree-rs-ext/blob/9645cee4f29786ba51ae9d62a52eeef9230146fd/lib/src/globals.rs#L16
specifically used for the (container image) pull secret in
`/run/ostree/auth.json`.

Let's pre-create the directory so users don't have to.

Motivated by https://github.com/openshift/machine-config-operator/pull/3007#discussion_r824172564
src/boot/ostree-tmpfiles.conf
tests/inst/src/sysroot.rs